home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15665 < prev    next >
Encoding:
Text File  |  1996-08-05  |  743 b   |  25 lines

  1. Path: news.compuserve.com!newsmaster
  2. From: Philippe Verdy <100105.3120@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Date: 7 Apr 1996 22:04:17 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4k9e51$fl9@arl-news-svc-5.compuserve.com>
  8. NNTP-Posting-Host: ad04-110.compuserve.com
  9.  
  10. craiga@netcom.com (Craig Arnush) s'Θcrit :
  11. > Martin Moore <moore@nac.telco.com> writes:
  12. > > 
  13. > >I cannot get the following program to compile...can anyone else?
  14. > > 
  15. > >#include "vector.h"
  16. > >using namespace std;
  17. > >vector<long> test;
  18. > I had absolutely no problems with it.
  19. Sorry, it compiles on my BC++5.0
  20. But may be you need a int main(){} or int WinMain(){} function
  21. to avoid link-time errors...
  22.  
  23.